Platform Explorer / Nuxeo Platform 2023.10

Operation CSV.Import (CSVImport)

Operation id CSV.Import
Category Document
Label CSVImport
Requires
Since

Parameters

Name Description Type Required Default value
path string yes  
documentMode boolean no  
sendReport boolean no  

Signature

Inputs blob
Outputs string

Implementation Information

Implementation Class Class: org.nuxeo.ecm.csv.core.operation.CSVImportOperation
Contributing Component org.nuxeo.ecm.csv.core.operation.contrib

JSON Definition

{
  "id" : "CSV.Import",
  "label" : "CSVImport",
  "category" : "Document",
  "requires" : null,
  "description" : null,
  "url" : "CSV.Import",
  "signature" : [ "blob", "string" ],
  "params" : [ {
    "name" : "path",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "documentMode",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "sendReport",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}